docs: document --drivers flag and compute driver auto-detection#1136
Closed
mesutoezdil wants to merge 1 commit intoNVIDIA:mainfrom
Closed
docs: document --drivers flag and compute driver auto-detection#1136mesutoezdil wants to merge 1 commit intoNVIDIA:mainfrom
mesutoezdil wants to merge 1 commit intoNVIDIA:mainfrom
Conversation
The gateway auto-detects the compute driver (Kubernetes → Podman → Docker) when --drivers is not set. The VM driver requires explicit configuration. Added a table row to the Advanced Start Options section to document this behavior. Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
Collaborator
|
We are planning a docs upgrade for drivers that will be more comprehensive. |
Contributor
Author
|
@johntmyers thx! Good to know. I'd love to get more involved with openshell, feel free to contact me if there's anything I can contribute. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
--driversrow to the Advanced Start Options table inmanage-gateways.mdxvmmust be set explicitlyRelated Issue: Follows up on #1088, which added auto-detection but left the architecture docs checkbox unchecked.
docs/sandboxes/manage-gateways.mdx--driversand auto-detection behaviourTesting
crates/openshell-server/src/cli.rs(line 67–82) andcrates/openshell-core/src/config.rsChecklist